public class IamInstanceProfile extends Object implements Serializable
Constructor and Description |
---|
IamInstanceProfile() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the instance profile.
|
String |
getId()
The ID of the instance profile.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
|
void |
setId(String id)
The ID of the instance profile.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
arn
- The Amazon Resource Name (ARN) of the instance profile.public String getArn()
The Amazon Resource Name (ARN) of the instance profile.
public void setId(String id)
The ID of the instance profile.
id
- The ID of the instance profile.public String getId()
The ID of the instance profile.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.