@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResolveAliasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ResolveAliasResult() |
Modifier and Type | Method and Description |
---|---|
ResolveAliasResult |
clone() |
boolean |
equals(Object obj) |
String |
getFleetArn()
The Amazon Resource Name (ARN)
associated with the GameLift fleet resource that this alias points to.
|
String |
getFleetId()
The fleet identifier that the alias is pointing to.
|
int |
hashCode() |
void |
setFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
associated with the GameLift fleet resource that this alias points to.
|
void |
setFleetId(String fleetId)
The fleet identifier that the alias is pointing to.
|
String |
toString()
Returns a string representation of this object.
|
ResolveAliasResult |
withFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
associated with the GameLift fleet resource that this alias points to.
|
ResolveAliasResult |
withFleetId(String fleetId)
The fleet identifier that the alias is pointing to.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFleetId(String fleetId)
The fleet identifier that the alias is pointing to.
fleetId
- The fleet identifier that the alias is pointing to.public String getFleetId()
The fleet identifier that the alias is pointing to.
public ResolveAliasResult withFleetId(String fleetId)
The fleet identifier that the alias is pointing to.
fleetId
- The fleet identifier that the alias is pointing to.public void setFleetArn(String fleetArn)
The Amazon Resource Name (ARN) associated with the GameLift fleet resource that this alias points to.
fleetArn
- The Amazon Resource Name (ARN) associated with the
GameLift fleet resource that this alias points to.public String getFleetArn()
The Amazon Resource Name (ARN) associated with the GameLift fleet resource that this alias points to.
public ResolveAliasResult withFleetArn(String fleetArn)
The Amazon Resource Name (ARN) associated with the GameLift fleet resource that this alias points to.
fleetArn
- The Amazon Resource Name (ARN) associated with the
GameLift fleet resource that this alias points to.public String toString()
toString
in class Object
Object.toString()
public ResolveAliasResult clone()