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

GetInstance() public static method

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