@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServicePrincipalNameResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetServicePrincipalNameResult() |
| Modifier and Type | Method and Description |
|---|---|
GetServicePrincipalNameResult |
clone() |
boolean |
equals(Object obj) |
ServicePrincipalName |
getServicePrincipalName()
The service principal name that the connector uses to authenticate with Active Directory.
|
int |
hashCode() |
void |
setServicePrincipalName(ServicePrincipalName servicePrincipalName)
The service principal name that the connector uses to authenticate with Active Directory.
|
String |
toString()
Returns a string representation of this object.
|
GetServicePrincipalNameResult |
withServicePrincipalName(ServicePrincipalName servicePrincipalName)
The service principal name that the connector uses to authenticate with Active Directory.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setServicePrincipalName(ServicePrincipalName servicePrincipalName)
The service principal name that the connector uses to authenticate with Active Directory.
servicePrincipalName - The service principal name that the connector uses to authenticate with Active Directory.public ServicePrincipalName getServicePrincipalName()
The service principal name that the connector uses to authenticate with Active Directory.
public GetServicePrincipalNameResult withServicePrincipalName(ServicePrincipalName servicePrincipalName)
The service principal name that the connector uses to authenticate with Active Directory.
servicePrincipalName - The service principal name that the connector uses to authenticate with Active Directory.public String toString()
toString in class ObjectObject.toString()public GetServicePrincipalNameResult clone()