@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExternalId extends Object implements Serializable, Cloneable, StructuredPojo
The identifier issued to this resource by an external identity provider.
Constructor and Description |
---|
ExternalId() |
Modifier and Type | Method and Description |
---|---|
ExternalId |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The identifier issued to this resource by an external identity provider.
|
String |
getIssuer()
The issuer for an external identifier.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The identifier issued to this resource by an external identity provider.
|
void |
setIssuer(String issuer)
The issuer for an external identifier.
|
String |
toString()
Returns a string representation of this object.
|
ExternalId |
withId(String id)
The identifier issued to this resource by an external identity provider.
|
ExternalId |
withIssuer(String issuer)
The issuer for an external identifier.
|
public void setIssuer(String issuer)
The issuer for an external identifier.
issuer
- The issuer for an external identifier.public String getIssuer()
The issuer for an external identifier.
public ExternalId withIssuer(String issuer)
The issuer for an external identifier.
issuer
- The issuer for an external identifier.public void setId(String id)
The identifier issued to this resource by an external identity provider.
id
- The identifier issued to this resource by an external identity provider.public String getId()
The identifier issued to this resource by an external identity provider.
public ExternalId withId(String id)
The identifier issued to this resource by an external identity provider.
id
- The identifier issued to this resource by an external identity provider.public String toString()
toString
in class Object
Object.toString()
public ExternalId clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.