Amazon.SimpleNotificationService.Model.Internal.MarshallTransformations.DeleteEndpointResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : DeleteEndpointResponseUnmarshaller
리턴 DeleteEndpointResponseUnmarshaller
        public static DeleteEndpointResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DeleteEndpointResponseUnmarshaller();
            }
            return instance;
        }
    
DeleteEndpointResponseUnmarshaller