@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSAMLProviderResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the response to a successful CreateSAMLProvider request.
Constructor and Description |
---|
CreateSAMLProviderResult() |
Modifier and Type | Method and Description |
---|---|
CreateSAMLProviderResult |
clone() |
boolean |
equals(Object obj) |
String |
getSAMLProviderArn()
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
|
List<Tag> |
getTags()
A list of tags that are attached to the new IAM SAML provider.
|
int |
hashCode() |
void |
setSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
|
void |
setTags(Collection<Tag> tags)
A list of tags that are attached to the new IAM SAML provider.
|
String |
toString()
Returns a string representation of this object.
|
CreateSAMLProviderResult |
withSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
|
CreateSAMLProviderResult |
withTags(Collection<Tag> tags)
A list of tags that are attached to the new IAM SAML provider.
|
CreateSAMLProviderResult |
withTags(Tag... tags)
A list of tags that are attached to the new IAM SAML provider.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
sAMLProviderArn
- The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.public String getSAMLProviderArn()
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
public CreateSAMLProviderResult withSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
sAMLProviderArn
- The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.public List<Tag> getTags()
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.
public void setTags(Collection<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.
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.public CreateSAMLProviderResult withTags(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.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
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.public CreateSAMLProviderResult withTags(Collection<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.
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.public String toString()
toString
in class Object
Object.toString()
public CreateSAMLProviderResult clone()