Class IotEventsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.iotevents.model.IotEventsRequest
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CreateAlarmModelRequest,CreateDetectorModelRequest,CreateInputRequest,DeleteAlarmModelRequest,DeleteDetectorModelRequest,DeleteInputRequest,DescribeAlarmModelRequest,DescribeDetectorModelAnalysisRequest,DescribeDetectorModelRequest,DescribeInputRequest,DescribeLoggingOptionsRequest,GetDetectorModelAnalysisResultsRequest,ListAlarmModelsRequest,ListAlarmModelVersionsRequest,ListDetectorModelsRequest,ListDetectorModelVersionsRequest,ListInputRoutingsRequest,ListInputsRequest,ListTagsForResourceRequest,PutLoggingOptionsRequest,StartDetectorModelAnalysisRequest,TagResourceRequest,UntagResourceRequest,UpdateAlarmModelRequest,UpdateDetectorModelRequest,UpdateInputRequest
@Generated("software.amazon.awssdk:codegen") public abstract class IotEventsRequest extends AwsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIotEventsRequest.Builderprotected static classIotEventsRequest.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedIotEventsRequest(IotEventsRequest.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract IotEventsRequest.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
equals, hashCode, overrideConfiguration
-
Methods inherited from class software.amazon.awssdk.core.SdkRequest
getValueForField
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Constructor Detail
-
IotEventsRequest
protected IotEventsRequest(IotEventsRequest.Builder builder)
-
-
Method Detail
-
toBuilder
public abstract IotEventsRequest.Builder toBuilder()
- Specified by:
toBuilderin classAwsRequest
-
-