Class CodestarNotificationsResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.codestarnotifications.model.CodestarNotificationsResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CreateNotificationRuleResponse,DeleteNotificationRuleResponse,DeleteTargetResponse,DescribeNotificationRuleResponse,ListEventTypesResponse,ListNotificationRulesResponse,ListTagsForResourceResponse,ListTargetsResponse,SubscribeResponse,TagResourceResponse,UnsubscribeResponse,UntagResourceResponse,UpdateNotificationRuleResponse
@Generated("software.amazon.awssdk:codegen") public abstract class CodestarNotificationsResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCodestarNotificationsResponse.Builderprotected static classCodestarNotificationsResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedCodestarNotificationsResponse(CodestarNotificationsResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodestarNotificationsResponseMetadataresponseMetadata()-
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
-
CodestarNotificationsResponse
protected CodestarNotificationsResponse(CodestarNotificationsResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public CodestarNotificationsResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-