/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.identitymanagement.model; import java.io.Serializable; import javax.annotation.Generated; /** *
* Contains information about an instance profile. *
** This data type is used as a response element in the following operations: *
** The path to the instance profile. For more information about paths, see IAM identifiers in the IAM * User Guide. *
*/ private String path; /** ** The name identifying the instance profile. *
*/ private String instanceProfileName; /** ** The stable and unique string identifying the instance profile. For more information about IDs, see IAM identifiers in the IAM * User Guide. *
*/ private String instanceProfileId; /** ** The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how to use * them in policies, see IAM * identifiers in the IAM User Guide. *
*/ private String arn; /** ** The date when the instance profile was created. *
*/ private java.util.Date createDate; /** ** The role associated with the instance profile. *
*/ private com.amazonaws.internal.SdkInternalList* A list of tags that are attached to the instance profile. For more information about tagging, see Tagging IAM resources in the IAM User * Guide. *
*/ private com.amazonaws.internal.SdkInternalList* The path to the instance profile. For more information about paths, see IAM identifiers in the IAM * User Guide. *
* * @param path * The path to the instance profile. For more information about paths, see IAM identifiers in the * IAM User Guide. */ public void setPath(String path) { this.path = path; } /** ** The path to the instance profile. For more information about paths, see IAM identifiers in the IAM * User Guide. *
* * @return The path to the instance profile. For more information about paths, see IAM identifiers in the * IAM User Guide. */ public String getPath() { return this.path; } /** ** The path to the instance profile. For more information about paths, see IAM identifiers in the IAM * User Guide. *
* * @param path * The path to the instance profile. For more information about paths, see IAM identifiers in the * IAM User Guide. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceProfile withPath(String path) { setPath(path); return this; } /** ** The name identifying the instance profile. *
* * @param instanceProfileName * The name identifying the instance profile. */ public void setInstanceProfileName(String instanceProfileName) { this.instanceProfileName = instanceProfileName; } /** ** The name identifying the instance profile. *
* * @return The name identifying the instance profile. */ public String getInstanceProfileName() { return this.instanceProfileName; } /** ** The name identifying the instance profile. *
* * @param instanceProfileName * The name identifying the instance profile. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceProfile withInstanceProfileName(String instanceProfileName) { setInstanceProfileName(instanceProfileName); return this; } /** ** The stable and unique string identifying the instance profile. For more information about IDs, see IAM identifiers in the IAM * User Guide. *
* * @param instanceProfileId * The stable and unique string identifying the instance profile. For more information about IDs, see IAM identifiers in the * IAM User Guide. */ public void setInstanceProfileId(String instanceProfileId) { this.instanceProfileId = instanceProfileId; } /** ** The stable and unique string identifying the instance profile. For more information about IDs, see IAM identifiers in the IAM * User Guide. *
* * @return The stable and unique string identifying the instance profile. For more information about IDs, see IAM identifiers in the * IAM User Guide. */ public String getInstanceProfileId() { return this.instanceProfileId; } /** ** The stable and unique string identifying the instance profile. For more information about IDs, see IAM identifiers in the IAM * User Guide. *
* * @param instanceProfileId * The stable and unique string identifying the instance profile. For more information about IDs, see IAM identifiers in the * IAM User Guide. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceProfile withInstanceProfileId(String instanceProfileId) { setInstanceProfileId(instanceProfileId); return this; } /** ** The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how to use * them in policies, see IAM * identifiers in the IAM User Guide. *
* * @param arn * The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how to * use them in policies, see IAM identifiers in the * IAM User Guide. */ public void setArn(String arn) { this.arn = arn; } /** ** The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how to use * them in policies, see IAM * identifiers in the IAM User Guide. *
* * @return The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how * to use them in policies, see IAM identifiers in the * IAM User Guide. */ public String getArn() { return this.arn; } /** ** The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how to use * them in policies, see IAM * identifiers in the IAM User Guide. *
* * @param arn * The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how to * use them in policies, see IAM identifiers in the * IAM User Guide. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceProfile withArn(String arn) { setArn(arn); return this; } /** ** The date when the instance profile was created. *
* * @param createDate * The date when the instance profile was created. */ public void setCreateDate(java.util.Date createDate) { this.createDate = createDate; } /** ** The date when the instance profile was created. *
* * @return The date when the instance profile was created. */ public java.util.Date getCreateDate() { return this.createDate; } /** ** The date when the instance profile was created. *
* * @param createDate * The date when the instance profile was created. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceProfile withCreateDate(java.util.Date createDate) { setCreateDate(createDate); return this; } /** ** The role associated with the instance profile. *
* * @return The role associated with the instance profile. */ public java.util.List* The role associated with the instance profile. *
* * @param roles * The role associated with the instance profile. */ public void setRoles(java.util.Collection* The role associated with the instance profile. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setRoles(java.util.Collection)} or {@link #withRoles(java.util.Collection)} if you want to override the * existing values. *
* * @param roles * The role associated with the instance profile. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceProfile withRoles(Role... roles) { if (this.roles == null) { setRoles(new com.amazonaws.internal.SdkInternalList* The role associated with the instance profile. *
* * @param roles * The role associated with the instance profile. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceProfile withRoles(java.util.Collection* A list of tags that are attached to the instance profile. For more information about tagging, see Tagging IAM resources in the IAM User * Guide. *
* * @return A list of tags that are attached to the instance profile. For more information about tagging, see Tagging IAM resources in the * IAM User Guide. */ public java.util.List* A list of tags that are attached to the instance profile. For more information about tagging, see Tagging IAM resources in the IAM User * Guide. *
* * @param tags * A list of tags that are attached to the instance profile. For more information about tagging, see Tagging IAM resources in the * IAM User Guide. */ public void setTags(java.util.Collection* A list of tags that are attached to the instance profile. 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 * {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the * existing values. *
* * @param tags * A list of tags that are attached to the instance profile. For more information about tagging, see Tagging IAM resources in the * IAM User Guide. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceProfile withTags(Tag... tags) { if (this.tags == null) { setTags(new com.amazonaws.internal.SdkInternalList* A list of tags that are attached to the instance profile. For more information about tagging, see Tagging IAM resources in the IAM User * Guide. *
* * @param tags * A list of tags that are attached to the instance profile. For more information about tagging, see Tagging IAM resources in the * IAM User Guide. * @return Returns a reference to this object so that method calls can be chained together. */ public InstanceProfile withTags(java.util.Collection