@Generated(value="software.amazon.awssdk:codegen") public final class CreateSamlProviderResponse extends IamResponse implements ToCopyableBuilder<CreateSamlProviderResponse.Builder,CreateSamlProviderResponse>
Contains the response to a successful CreateSAMLProvider request.
Modifier and Type | Class and Description |
---|---|
static interface |
CreateSamlProviderResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateSamlProviderResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
samlProviderArn()
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateSamlProviderResponse.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
A list of tags that are attached to the new IAM SAML provider.
|
CreateSamlProviderResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String samlProviderArn()
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
public final boolean hasTags()
public final List<Tag> tags()
A list of tags that are attached to the new IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags()
to see if a value was sent in this field.
public CreateSamlProviderResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CreateSamlProviderResponse.Builder,CreateSamlProviderResponse>
toBuilder
in class AwsResponse
public static CreateSamlProviderResponse.Builder builder()
public static Class<? extends CreateSamlProviderResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2021. All rights reserved.