Amazon.SimpleNotificationService.Model.Internal.MarshallTransformations.SetEndpointAttributesResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : SetEndpointAttributesResponseUnmarshaller
return SetEndpointAttributesResponseUnmarshaller
        public static SetEndpointAttributesResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new SetEndpointAttributesResponseUnmarshaller();
            }
            return instance;
        }
    
SetEndpointAttributesResponseUnmarshaller