Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListSAMLProvidersResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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