Class ListVolumeInitiatorsResult
java.lang.Object
com.amazonaws.services.storagegateway.model.ListVolumeInitiatorsResult
- All Implemented Interfaces:
Serializable
,Cloneable
ListVolumeInitiatorsOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The host names and port numbers of all iSCSI initiators that are connected to the gateway.int
hashCode()
void
setInitiators
(Collection<String> initiators) The host names and port numbers of all iSCSI initiators that are connected to the gateway.toString()
Returns a string representation of this object; useful for testing and debugging.withInitiators
(String... initiators) The host names and port numbers of all iSCSI initiators that are connected to the gateway.withInitiators
(Collection<String> initiators) The host names and port numbers of all iSCSI initiators that are connected to the gateway.
-
Constructor Details
-
ListVolumeInitiatorsResult
public ListVolumeInitiatorsResult()
-
-
Method Details
-
getInitiators
The host names and port numbers of all iSCSI initiators that are connected to the gateway.
- Returns:
- The host names and port numbers of all iSCSI initiators that are connected to the gateway.
-
setInitiators
The host names and port numbers of all iSCSI initiators that are connected to the gateway.
- Parameters:
initiators
- The host names and port numbers of all iSCSI initiators that are connected to the gateway.
-
withInitiators
The host names and port numbers of all iSCSI initiators that are connected to the gateway.
NOTE: This method appends the values to the existing list (if any). Use
setInitiators(java.util.Collection)
orwithInitiators(java.util.Collection)
if you want to override the existing values.- Parameters:
initiators
- The host names and port numbers of all iSCSI initiators that are connected to the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withInitiators
The host names and port numbers of all iSCSI initiators that are connected to the gateway.
- Parameters:
initiators
- The host names and port numbers of all iSCSI initiators that are connected to the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-