Class SyntheticsResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.synthetics.model.SyntheticsResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AssociateResourceResponse,CreateCanaryResponse,CreateGroupResponse,DeleteCanaryResponse,DeleteGroupResponse,DescribeCanariesLastRunResponse,DescribeCanariesResponse,DescribeRuntimeVersionsResponse,DisassociateResourceResponse,GetCanaryResponse,GetCanaryRunsResponse,GetGroupResponse,ListAssociatedGroupsResponse,ListGroupResourcesResponse,ListGroupsResponse,ListTagsForResourceResponse,StartCanaryResponse,StopCanaryResponse,TagResourceResponse,UntagResourceResponse,UpdateCanaryResponse
@Generated("software.amazon.awssdk:codegen") public abstract class SyntheticsResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSyntheticsResponse.Builderprotected static classSyntheticsResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedSyntheticsResponse(SyntheticsResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyntheticsResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
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
-
SyntheticsResponse
protected SyntheticsResponse(SyntheticsResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public SyntheticsResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-